DSH Workspace Files:为 DSH Web 添加当前工作区文件树右侧栏

`dsh-workspace-files` 是 Brickmaker 开发的 MIT 许可 DSH Web 插件(版本 0.1.2),旨在为 DSH Web 界面添加轻量级的工作区文件树右侧栏。该插件适用于 DSH 0.1.x 系列及 Node.js 22.19+ 或 24.0+ 环境,通过 `dsh plugin --profile web add` 命令安装,无需执行构建脚本。 其核心功能包括:在会话右侧栏按需逐层加载文件树,单目录限制显示 1000 个条目;目录在前、文件在后排序;文件通过 DSH 宿主接口调用操作系统默认应用打开,而非在浏览器中预览内容,确保不读取文件数据。安全方面,插

Read More
dsh-deepseek-balance:在 DSH Web 输入框下方显示 DeepSeek 余额与本会话消费

dsh-deepseek-balance 是一款适用于 DSH(DeepSeek Harness)的社区插件,旨在解决 Web 界面中无法直接显示 DeepSeek 账户余额和本会话消费金额的问题。该插件版本为 0.2.3,采用 MIT 许可,通过每 15 秒自动刷新机制,在 DSH Web 输入框下方常驻显示余额及基于官方最新定价规则估算的本会话消费金额。 其核心能力包括从 DeepSeek 官方接口获取余额数据,并支持区分 deepseek-v4-flash 和 deepseek-v4-pro 模型及高峰/空闲时段的精细计价。API Key 由 Host 端从 DSH 凭据库解析,不进入浏

Read More
dsh-suggested-replies: Next Reply Candidate Plugin for DSH Web

`dsh-suggested-replies` is a "suggested replies" plugin for DSH Web, designed to address the pain point where users manually craft their next message after receiving an AI response. After the AI completes its reply, it generates 2-4 candidate next-step messages (such as execution, verification, decision-making, etc.) based on recent conversation context, displayed above the input box. When a user clicks a candidate, it only fills the draft without auto-sending, ensuring human control remains intact. The core workflow of the plugin is: AI reply ends -> runs a short-text internal Agent to generate candidates -> status written to a specific domain -> frontend display. Candidate rows are displayed in a single line, with horizontal scrolling when width is insufficient; it supports deduplication and language follow. If the auxiliary model call fails or times out, the plugin generates conservative candidates and does not hide the entire row. Installation requires adding the npm package via the `dsh plugin` command.

Read More
dsh-mpkg-wallpaper: Adding Wallpaper Engine mpkg Backgrounds to dsh Web

`dsh-mpkg-wallpaper` is a DSH Web wallpaper engine plugin developed by XHR666, used to extend the background functionality of the DeepSeek Harness Web interface. This plugin supports parsing Wallpaper Engine's `.mpkg` files within the browser, automatically discovers Steam Workshop directories, and is compatible with video, web page, and image wallpapers. Core features include automatic switching of time-based wallpapers, unified blur and glass appearance theme control, local wallpaper library management, and scheduled rotation. The plugin provides playback controls for video/web page wallpapers and multiple power-saving strategies (such as pausing when unfocused or on battery power), and supports streaming playback of large files exceeding 600MB. Settings can be imported and exported via JSON files for backup and recovery, and it features version checking and one-click update functionality.

Read More
Harness Pet: Pixel Whale Session State Plugin for DeepSeek Harness

Harness Pet is an unofficial DSH web-native plugin (community project, MIT licensed) designed to provide lightweight session state observation functionality for DSH's Harness interface. The plugin renders a pixel whale on the page, mapping session signals in real time through nine visual states (such as thinking, running, error, etc.), and displays the latest user prompt, response, and progress above the whale. Its core features include: support for instant switching of multilingual interfaces; adjustable size, opacity, dynamic effect, and position dragging (stored in local localStorage); an optional Chromium desktop floating window mode (always on top); and a privacy-preserving design with no telemetry, no data transmission, and no additional browser permission requests. Installation requires Harness version 0.1.0-rc.6 or above, and through

Read More
dsh-navigation-bar: Adding Piano Key-Style Multi-Level Navigation to DSH Web Sessions

`KeLearns/dsh-navigation-bar` is a client-side plugin designed for the DSH Web GUI, aimed at solving the difficulty of locating messages in long sessions. Developed based on the official DSH dual-panel plugin mechanism, it does not intrude on the source code and adheres to the MIT license. Its core function maps user messages in a session into a row of "piano key" navigation bars, where each key corresponds to a user message (including steering messages), and model responses are incorporated into the previews of corresponding rounds. The plugin offers a rich visual interaction experience: the navigation bar is vertically centered with fixed key spacing and height; on hover, keys elongate and display preview bubbles (single line for user messages, three lines with ellipsis for model responses), with adjacent keys above and below forming a stepped visual effect; the key corresponding to the currently viewed content highlights in real-time as scrolling occurs. It supports adaptive dark and light themes through the official DSH

Read More